コンセプトの理解 recoil
コンセプトの理解
1. Minimal and Reactish / ミニマルでリアクト的
Recoil works and thinks like React. Add some to your app and get fast and flexible shared state. / Recoil は、React のように動作し、React のように考える。あなたのアプリに追加して、高速で柔軟な共有状態を手に入れましょう。
React のように動作し、React のように考えるって?
高速で柔軟な共有状態って?
2. Data-Flow Graph/データフロー・グラフ
Derived data and asynchronous queries are tamed with pure functions and efficient subscriptions. / 派生データや非同期クエリは、純粋な関数と効率的なサブスクリプションで制御されます。
純粋な関数って?
効率的なサブスクリプションって?
3. Cross-App Observation / クロスアプリ観測
Implement persistence, routing, time-travel debugging, or undo by observing all state changes across your app, without impairing code-splitting. / コード分割を妨げることなく、アプリ全体のすべての状態変化を観察することで、永続化、ルーティング、タイムトラベルデバッグ、アンドゥを実装します。
コード分割を妨げないって?
すべての状態変化を観察って?